home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 41
/
Volume 41 - JOGO DISK .iso
/
Games
/
konka_66.swf
/
scripts
/
DefineSprite_73
/
frame_1
/
DoAction.as
< prev
Wrap
Text File
|
2007-05-10
|
231b
|
13 lines
this.onEnterFrame = function()
{
if(_root.pause == 0)
{
if(Key.isDown(_root.atk) && _root.ap == 0)
{
delete this.onEnterFrame;
gotoAndStop("踢腿");
play();
}
}
};